PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFUserProperty Class / setValue Method
The value of the proeprty.
In This Topic
    setValue Method
    In This Topic
    Sets the property value.
    Recommended value types for a property are string, number and bool.
    Syntax
    public void setValue( 
       PDFCosObject value
    )

    Parameters

    value
    The value of the proeprty.
    Exceptions
    ExceptionDescription
    When value is null.
    See Also